Crystal is a free and open source programming language inspired by Ruby. It is a general purpose programming language, compiled, and object oriented. It implements static type checking as well as type inference. I also implements concurrency through threads called fibers.
An other interesting fact that you may want to know about the language is that if you want to add a library to your project, all you have to do is to specify its Git repository in a Yaml file, and it will be automatically fetched.
Several companies already used Crystal for different types of projects. Like Invidious in its alternative front-end to YouTube project. Or BlockVue that provides interactive leasing and tour technology platform via VR.